echof "Would you like to build $gwpkg.pkg? (y or n)? "
set temp=`getyn`
echof "\n"
if ( $temp == 'y' ) then
echo ""
echo "# This describes stuff about GraphicsWorkshop for Installer.app" >! $gwpkg.info
echo "" >> $gwpkg.info
echo "Title Graphics Workshop" >> $gwpkg.info
echo "Version 0.85 `date`" >> $gwpkg.info
echo "Description This is a control program for demonstrating the use of loadable graphics converters. It will allow the convertion between various graphics formats. If you wish to install this for your own use, put it into ~/Apps, otherwise, you may wish to install it in local apps. Remember, you must also install the $cvtpkg.pkg file." >> $gwpkg.info
echof "\nWould you like to build $cvtpkg.pkg? (y or n)? "
set temp=`getyn`
echof "\n"
if ( $temp == 'y' ) then
echo ""
echo "# This describes stuff about the Converters for Installer.app" >! $cvtpkg.info
echo "" >> $cvtpkg.info
echo "Title Converters" >> $cvtpkg.info
echo "Version 1.1b `date`" >> $cvtpkg.info
echo "Description These are the actual graphics converters along with the control objects. These must be installed for GraphicsWorkshop to function properly. Install these in ~/Library/Converters if only you are planning to run the progarm, otherwise, install them in /LocalLibrary/Converters. Remember, you must also install the $gwpkg.pkg file." >> $cvtpkg.info
echo "Description This package installs all the source code for Graphics Workshop, it's associated converters, and all the documention and write ups. Most people, espcially those without the extended release, do not need to install this file." >> $srcpkg.info